/*auth:Zyq
date:'2018-1-8'
projectName:翰臣-博瑞德
wechat:zyq9613*/

@charset "utf-8";
/* @base */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button{margin:0;padding:0;}
body,button,input,select,textarea{}
*,*:before,*:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
*{ margin:0; padding:0;}
body { }
ul,ul li,ol li,tr td,dl,dd{ list-style-type:none; margin:0; padding:0; }
.clearfix:after{content: " "; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }
a{ text-decoration:none; cursor:pointer; -webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s;color: #1f1f1f;}
textarea,select{ outline:none;  color:#666; font-size:14px; width:100%;}
img{border:none;max-width: 100%;}
img[src=""]{opacity: 0;}
input,select,textarea{font-size:100%;}
table{border-collapse:collapse;border-spacing:0;}
th{text-align:inherit;}
fieldset,img,a img{border:0;}
iframe{display:block;}
abbr,acronym{border:0;font-variant:normal;}
del{text-decoration:line-through;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{}
q:before,q:after{content:'';}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
ins,a{text-decoration:none;}
a:hover{text-decoration:none;}
.a_dw{position: relative;top: -70px;}
.clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
.clearfix{*zoom:1;}
.hide{display:none;}
.fl{float:left;}
.fr{float:right;}

::-webkit-scrollbar{ width:4px;}
::-webkit-scrollbar-thumb{ background:#3d9e85;border-radius: 10px;}
::-webkit-scrollbar-track{ background:#ddd;border-radius: 10px;} 

.box{
	width: 90%;
	margin: 0 auto;
}
.subtitle {
  text-align: center;
  width: 100%;
}
.subtitle h1 {
  font-size: 24px;
  color: #154186;
  font-weight: normal;
}
.subtitle h2 {
  font-size: 14px;
  color: #154186;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 10px;
}
.banner {
  width: 100%;
  height: 445px;
 
  background-size: cover;
  overflow: hidden;
}
.banner .box {
  flex-direction: column;
  justify-content: center;
  flex-flow: column wrap;
  height: 100%;
}
.banner .box h1 {
  font-size: 36px;
  color: #fff;
  position: relative;
  padding-bottom: 15px;
  font-weight: normal;
}
.banner .box h1:before {
  content: '';
  width: 50px;
  height: 2px;
  background: #ebebeb;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: .5;
}
.banner .box h2 {
  font-size: 18px;
  color: #e2e2e2;
  margin-top: 15px;
  line-height: 1.8;
  max-width: 650px;
}
.anchor-btn {
  width: 100%;
  height: 55px;
  background: #f5f5f5;
}
.anchor-btn .box {
  justify-content: space-between;
}
.anchor-btn .box a {
  display: block;
  width: 16.66%;
  text-align: center;
  line-height: 55px;
  color: #333;
  font-size: 16px;
  transition: all .6s;
  white-space:nowrap;
  overflow:hidden;
  padding: 0 10px;
}
.anchor-btn .box a.active,
.anchor-btn .box a:hover {
  background: #249276;
  color: #fff;
}
.title{
	width: 100%;
}
.flex{
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */ 
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */ 
	display: -ms-flexbox; /* TWEENER - IE 10 */ 
	display: -webkit-flex; /* NEW - Chrome */ 
	display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
*{
	-moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box; 
}


.title{
	width: 100%;
	height: 100px;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
  z-index: 100;
  border-bottom: 1px solid #eee;
}
.title .box{
	align-items: center;
	height: 100%;
  justify-content: space-between;
  width: 90%;
  max-width: 1600px;
  min-width: 1200px;
}
.title .box .title-right > ul > li > a{
	display: block;
	padding:0 22px;
	color: #333;
	height: 100px;
	line-height: 100px;
	font-size: 16px;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.hvr-underline-from-center:before{
	background: #249276;
}
.title .box .title-right > ul > li > a:hover{
	color: #249276;
}
.title .box .title-right > ul > li > a.active{
	color: #249276;
}
.title .box .title-right > ul > li > a.active:before{
	background: #249276;
	left: 0;
	right: 0;
}

.title .box .title-right > ul > li ul{
      position: absolute;
    background-image: linear-gradient(to right,#ffffff, #ffffff);
    z-index: 101;
    line-height: 55px;
    justify-content: center;
    font-size: 16px;
    color: #151515;
    display: none;
        width: 250px;
    margin-left: -60px;
    text-align: center;
    border-radius: 5px;
}

.title .box .title-right > ul > li ul li{
  margin:0 20px;
  border-bottom: 1px dashed #b5b5b5;
}
.title .box .title-right > ul > li ul li a{
  color: #020202;
}
.title .box .title-right > ul > li ul li a:hover{
  color: #249276;
}
.title .box .title-right{
	height: 100px;
	align-items: center;
}

.title .box .title-right  > ul > li:nth-child(3){
  display: none;
}

.title .box .title-right .lang{
	display: block;
	width: 50px;
	height: 40px;
	border:1px solid #999;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #333;
	margin-left: 30px;
	position: relative;
}
.title .box .title-right .lang:before{
	width: 3px;
	height: 14px;
	background: #d6d6d6;
	content: '';
	display: block;
	position: absolute;
	left: -30px;
	top: 50%;
	margin-top: -7px;
}

.title .box .title-right .lang:hover{
  background: #249276;
  border: 1px solid #249276;
  color: #fff;
}


.bottom {
  width: 100%;
  position: relative;
  background: url(../images/index/16.png) bottom center no-repeat;
  background-size: cover;
}
.bottom:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background-image: linear-gradient(to right, #4770c2, #61d0af);
  left: 0;
  top: 0;
}
.bottom .box .top {
  justify-content: space-between;
  width: 100%;
  -ms-align-items: center;
  align-items: center;
  padding: 80px 0 70px;
  border-bottom: 1px solid #ccc;
}
.bottom .box .top .left {
  width: 200px;
}
.bottom .box .top .left img {
  width: 100%;
}
.bottom .box .top .right a {
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  margin-left: 30px;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}
.bottom .box .top .right a:hover {
  opacity: .6;
}
.bottom .box .top .right a img {
  width: 100%;
}
.bottom .box .top .right a:nth-child(1) {
  width: 140px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #249276;
  color: #fff;
  font-size: 16px;
  border-radius: 30px;
  -webkit-box-shadow: ;
}
.bottom .box .top .right a:nth-child(1):hover {
  box-shadow: 0 10px 10px 0 rgba(36, 146, 118, 0.4);
  opacity: 1;
}
.bottom .box .bom {
  padding-top: 50px;
  justify-content: space-between;
  padding-bottom: 70px;
}
.bottom .box .bom ul li.li1 {
  font-size: 16px;
  color: #333;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.bottom .box .bom ul li.li1:before {
  content: '';
  width: 15px;
  height: 3px;
  background: #249276;
  position: absolute;
  left: 0;
  bottom: 0;
}
.bottom .box .bom ul li a {
  font-size: 14px;
  line-height: 30px;
  color: #666;
}

.bottom .box .bom ul li a:hover{
  color:#249276;
}
.bottom .box .last {
  width: 100%;
  justify-content: space-between;
  line-height: 50px;
}
.bottom .box .last .left {
  color: #999;
  font-size: 14px;
}
.bottom .box .last .right {
  color: #999;
  font-size: 14px;
}
.bottom .box .last .right a {
  color: #999;
  font-size: 14px;
  transition: all .6s;
}
.bottom .box .last .right a:hover {
  opacity: .6;
}

.m-nav {
  width: 100%;
  height: 60px;
  padding: 15px 0;
  position: fixed;
  z-index: 100;
  background: #fff;
  display: none;
  top: 0;
  left: 0;
}
.m-nav .box {
  height: 100%;
  width: 90%;
}
.m-nav .box .top {
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.m-nav .box .top a {
  display: block;
  height: 100%;
}
.m-nav .box .top a img {
  height: 100%;
}
.m-nav .box > ul {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 60px;
 background-image: linear-gradient(to bottom, #d6000f, #000000);
  padding-top: 30px;
  overflow: scroll;
  padding-bottom: 100px;
  display: none;
}
.m-nav .box > ul > li > a {
  line-height: 60px;
  font-size: 16px;
  padding-left: 30px;
  display: block;
  color: #fff;
}
.m-nav .box > ul > li ul {
  display: none;
}
.m-nav .box > ul > li ul li a {
  line-height: 60px;
  padding-left: 50px;
  font-size: 16px;
  color: #fff;
}
.m-bottom{
  width: 100%;
  height: 45px;
  background:#333;
  display: none;
}
.m-bottom .box{
  align-items: center;
  height: 45px;
  justify-content: space-between;
}
.m-bottom .box p{
  color: #fff;
  font-size: 12px;
}
.m-bottom .box a{
  color: #fff;
  font-size: 12px;
}
@media (max-width: 1680px) {
  .box{
    width: 1366px;
  }
}

@media (max-width: 1440px){
  .box{
    width: 1200px;
  }
  .title .box .title-right > ul > li > a{
    padding:0 22px;
  }
}

@media (max-width: 1366px){
  
}

@media (max-width: 1200px) {

  .anchor-btn{
    height: auto;
  }
  .anchor-btn .box {
    flex-flow: row wrap;
  }
  .anchor-btn .box a {
    width: 50%;
    font-size: 12px;
  }
  .title{
    display: none;
  }
  .m-nav{
    display: block;
  }
  .bottom > .fp-tableCell > .box{
    display: none;
  }
  .m-bottom{
    display: block;
    height: auto;
    padding: 20px 0;
    line-height: 1.8;
    text-align: center;
  }
  .subtitle h1{
    font-size: 18px;
  }
  .bg1 .target1 .box .top .left .left-title{text-align: center;}
  .bg1 .target1 .box .top .left .left-title h1{
    font-size: 18px;
    text-align: center;
  }
  .subtitle h2{
    font-size: 14px;
  }
  .banner {
    height: 300px;
  }
  .banner .box h1 {
    font-size: 26px;
  }
  .anchor-btn .box {
    width: 100%;
  }
  body{margin-top: 60px;}

  .bottom .box .top,.bottom .box .bom,.bottom .box .last{display: none;}

  .box{overflow: hidden;}

  .m-bottom .box p{width: 100%;display: block;padding-right: 10px;}

  .m-bottom .box{display: block;height: auto;color: #fff;}



}






